home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
ceditpt.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
536b
|
22 lines
.TH CEDITPT
6 "IRIT Version 6.0"
.SH NAME
CEDITPT
CurveType CEDITPT( CurveType Curve, CtlPtType CtlPt, NumericType Index )
Provides a simple mechanism to manually modify a single control point number
Index (base count is 0) in Curve, by substituting CtlPt
instead. CtlPt must have the same point type as the control points of
the Curve. Original curve Curve is not modified.
Example:
CPt = ctlpt( E3, 1, 2, 3 );
NewCrv = CEDITPT( Curve, CPt, 1 );
constructs a NewCrv with the second control point of Curve being
CPt.